Sss* = Α-β + Tt
نویسندگان
چکیده
In 1979 Stockman introduced the SSS* minimax search algorithm that dominates Alpha-Beta in the number of leaf nodes expanded. Further investigation of the algorithm showed that it had three serious drawbacks, which prevented its use by practitioners: it is difficult to understand, it has large memory requirements, and it is slow. This paper presents an alternate formulation of SSS*, in which it is implemented as a series of Alpha-Beta calls that use a transposition table (ABSSS*). The reformulation solves all three perceived drawbacks of SSS*, making it a practical algorithm. Further, because the search is now based on Alpha-Beta, the extensive research on minimax search enhancements can be easily integrated into AB-SSS*. To test AB-SSS* in practise, it has been implemented in three state-of-theart programs: for checkers, Othello and chess. AB-SSS* is comparable in performance to Alpha-Beta on leaf node count in all three games, making it a viable alternative to Alpha-Beta in practise. Whereas SSS* has usually been regarded as being entirely different from Alpha-Beta, it turns out to be just an Alpha-Beta enhancement, like null-window searching. This runs counter to published simulation results. Our research leads to the surprising result that iterative deepening versions of Alpha-Beta can expand fewer leaf nodes than iterative deepening versions of SSS* due to dynamic move re-ordering. This report is available from http://www.cs.few.eur.nl/ ̃plaat/minimax.html. It has also appeared as [23].
منابع مشابه
University of Alberta Sss* = Α-β + Tt
In 1979 Stockman introduced the SSS* minimax search algorithm that dominates Alpha-Beta in the number of leaf nodes expanded. Further investigation of the algorithm showed that it had three serious drawbacks, which prevented its use by practitioners: it is difficult to understand, it has large memory requirements, and it is slow. This paper presents an alternate formulation of SSS*, in which it...
متن کاملPruning Game Tree by Rollouts
In this paper we show that the α-β algorithm and its successor MT-SSS*, as two classic minimax search algorithms, can be implemented as rollout algorithms, a generic algorithmic paradigm widely used in many domains. Specifically, we define a family of rollout algorithms, in which the rollout policy is restricted to select successor nodes only from a subset of the children list. We show that any...
متن کاملSome Inequalities for (α, Β)-normal Operators in Hilbert Spaces
An operator T is called (α, β)-normal (0 ≤ α ≤ 1 ≤ β) if αT ∗T ≤ TT ∗ ≤ βT ∗T. In this paper, we establish various inequalities between the operator norm and its numerical radius of (α, β)-normal operators in Hilbert spaces. For this purpose, we employ some classical inequalities for vectors in inner product spaces.
متن کاملSharp Estimates for One-dimensional Oscillatory Integral Operators with C∞ Phase
It turns out that the answer to this question depends on the behavior of the second derivative ∂ 2S ∂x∂y (x, y). If ∂2S ∂x∂y (0, 0) 6= 0, then by a straightforward TT ∗ argument, one has that the best in (1.2) is exactly 12 . On the other hand, if each multiindex (α, β) with α, β ≥ 1 satisfies ∂ α+βS ∂xα∂yβ S(0, 0) = 0, then it is not too hard to show that there is no > 0 for which (1.2) holds....
متن کاملPerformance Analysis of Integrated Wireless Sensor and Multibeam Satellite Networks Under Terrestrial Interference
This paper investigates the performance of integrated wireless sensor and multibeam satellite networks (IWSMSNs) under terrestrial interference. The IWSMSNs constitute sensor nodes (SNs), satellite sinks (SSs), multibeam satellite and remote monitoring hosts (RMHs). The multibeam satellite covers multiple beams and multiple SSs in each beam. The SSs can be directly used as SNs to transmit sensi...
متن کامل